C1DocumentSourceException Constructor(String,Object[])
In This Topic
Initializes a new instance of the
C1DocumentSourceException class with a formatted error message.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal ParamArray () As Object _
)
public C1DocumentSourceException(
string ,
params object[]
)
Parameters
- format
- The exception message formatting string.
- args
- The list of parameters supplied to the formatting string.
See Also